home *** CD-ROM | disk | FTP | other *** search
/ RISC User... in a Nutshell / RISC User... in a Nutshell.iso / !Nutshell / !Boot next >
Text File  |  2000-04-28  |  2KB  |  33 lines

  1. Set Nutshell$Dir <Obey$Dir>
  2. If "<Boot$OSVersion>" < 400 Then IconSprites <Nutshell$Dir>.!Sprites Else IconSprites <Nutshell$Dir>.4Sprites
  3.  
  4. Set Nutshell$CDFix "Yes"
  5. If "<Boot$OSVersion>" >= 400 Then Set Nutshell$CDFix "No"
  6. If "<CDFix$Dir>" <> "" Then Set Nutshell$CDFix "No"
  7. If "<Nutshell$Dir>" = "CDROMFS::NUTSHELL.$.!Nutshell" Then Set Nutshell$CDFix "No"
  8. If "<Nutshell$CDFix>" = "Yes" Then Obey <Nutshell$Dir>.CDFix
  9. Unset Nutshell$CDFix
  10. | On versions of RISC OS earlier than 4, CDFS filetype extensions
  11. | do not work properly, and CDFix is needed to cure the problem.
  12.  
  13. Filer_Boot <Nutshell$Dir>.!NutServe
  14.  
  15. If "<SparkFS$Dir>"="" then Filer_Boot <Nutshell$Dir>.!SparkFS
  16. | Read-only version of SparkFS which will run from this CD only
  17. | Can open Zip and Spark archives
  18.  
  19. If "<WebsterLT$Dir>"="" Then Filer_Boot <Nutshell$Dir>.!WebsterLT
  20. | Light-version browser which supports frames, tables and the
  21. | hot-links provided by NutServe. NB Used as a last resort if a
  22. | full browser (Fresco, Browse or WebsterXL) can't be found
  23.  
  24. If "<OvationPro$Dir>"="" Then Filer_Boot <Nutshell$Dir>.!OvnPro
  25. | Demo version which can be used to view magazine, book and
  26. | manual files in Ovation and Ovation Pro formats
  27.  
  28. If "<Alias$@RunType_CDD>"="" Then Set Alias$@RunType_CDD Run <OvationPro$Dir>.!Run %%*0
  29. If "<Alias$@RunType_CDC>"="" Then Set Alias$@RunType_CDC Run <OvationPro$Dir>.!Run %%*0
  30. If "<Alias$@PrintType_CDD>"="" Then Set Alias$@PrintType_CDD Run <OvationPro$Dir>.!Run -Print %%*0
  31. | Set OvationPro to handle Ovation documents if Ovation hasn't
  32. | already been seen by RISC OS
  33.